@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.container {
    display: block;
    width: 1200px;
    margin: 0 auto;
}

.text-overflow-nowrap {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-overflow2 {
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-overflow3 {
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.img_cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nei_common_body {
    padding: 0 0 3% 0;
}

.de-page-mian {
    overflow: hidden;
    text-align: center;
    padding: 6% 3% 2% 3%;
}

.de-page-mian .page-inner {
    display: inline-block;
    overflow: hidden;
}

.de-page-mian .page-inner a {
    display: block;
    float: left;
    min-width: 40px;
    height: 36px;
    border: 1px solid #dddddd;
    background: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    margin-right: 10px;
    overflow: hidden;
}

.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
    color: #fff !important;
    border-color: #c30000;
    background: #c30000;
}

.de-page-mian .page-inner a.prev {
    margin-right: 10px;
    background: #fff url(../images/prev.jpg) no-repeat center;
}

.de-page-mian .page-inner a.prev.on {
    background: #fff url(../images/prev-hover.jpg) no-repeat center;
}

.de-page-mian .page-inner a.prev:hover {
    background-color: #fff;
    border-color: #dddddd;
}

.de-page-mian .page-inner a.next {
    margin-left: 10px;
    margin-right: 15px;
    background: #fff url(../images/next.jpg) no-repeat center;
}

.de-page-mian .page-inner a.next.on {
    background: #fff url(../images/next-hover.jpg) no-repeat center;
}

.de-page-mian .page-inner a.next:hover {
    background-color: #fff;
    border-color: #dddddd;
}

.de-page-mian .page-inner a.page-btn {
    font-size: 12px;
    margin-right: 0;
    width: 63px;
    margin-left: 10px;
}

.de-page-mian .page-inner span {
    display: block;
    font-size: 12px;
    color: #333;
    float: left;
    line-height: 38px;
}

.de-page-mian .page-inner input {
    display: block;
    float: left;
    height: 36px;
    width: 36px;
    border: 1px solid #dddddd;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    margin: 0 5px;
}

.newsPage {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin: 1% 0;
    padding: 1% 0;
    border-top: 1px #ddd dashed;
    border-bottom: 1px #ddd dashed;
    gap: 30px;
    position: relative;
}

.newsPage .page-a {
    font-size: 14px;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 80%;
}

.newsPage .page-a:nth-child(1) {
    background: url("../images/page_prev.png") left center no-repeat;
    background-size: 20px;
    padding-left: 30px;
}

.newsPage-line {
    display: block;
    width: 1px;
    height: 14px;
    background-color: #ddd;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.newsPage .page-a:nth-child(2) {
    background: url(../images/page_next.png) left center no-repeat;
    background-size: 20px;
    background-position: right;
    text-align: right;
    padding-right: 30px;
}

.newsPage .page-a:hover {
    text-decoration: underline;
    color: #c30008;
}

.newsPage .page-a:hover a {
    color: #c30008;
}

.nav {
    width: 100%;
    height: 140px;
}

.nav-container {
    display: flex;
    position: relative;
}

.logo-box {
    width: 270px;
    height: 140px;
}

.logo-box a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.logo-box a .logo {
    display: flex;
    width: 65px;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.logo-box a .logo img {
    max-width: 100%;
    max-height: 100%;
}

.logo-box a .logo-text {
    display: flex;
    width: 205px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.logo-box a .logo-text h1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: "youshebiaotiheiregular";
    width: 100%;
    font-size: 36px;
    color: #383838;
    line-height: 36px;
    font-weight: normal;
}

.logo-box a .logo-text small {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-size: 14px;
    color: #9b9b9b;
    line-height: 16px;
    font-weight: lighter;
    text-transform: uppercase;
}

.nav-list {
    width: 800px;
    height: 140px;
    z-index: 99999;
}

.nav-list ul {

}

.nav-list ul li {
    width: 100px;
    height: 161px;
    float: left;

}

.nav-list ul li a {

}

.nav-list ul li a p {
    text-align: center;
}

.nav-list ul li a p:nth-child(1) {
    color: #dcdcdc;
    font-size: 12px;
    text-transform: uppercase;
    margin: 45px 0 0 0;
}

.nav-list ul li a p:nth-child(2) {
    color: #323232;
    font-size: 16px;
    margin: 5px 0 0 0;
}

.nav-list ul li:hover {
    transition: all 0.5s;
    background-color: #b71522;
    z-index: 999;
}
.nav-list ul li:hover a p{
    color: #fff;
}
.nav-list ul li:hover .active-fix{
    display: block;
}



.active-fix {
    display: none;
    margin: 30px 0 0 0;
    text-align: center;
}

.active-fix span {
    display: block;
    width: 60px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 0 auto;
}

.active-fix img {
    width: 19px;
    height: 17px;
    object-fit: cover;
    margin: 10px auto 0;
}

.sub-nav {
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: #fff;
    position: absolute;
    top: 140px;
    left: 0;
    z-index: -1;
}

.sub-nav-main {
    display: flex;
    width: 1200px;
    margin: 20px 0 0 0;
    align-items: center;
    justify-content: center;
}

/*.nav-list ul li:hover {
    background-color: #b71522;
    z-index: 999;
    transition: all 0.8s;
}

.nav-list ul li:hover .active-fix {
    display: block;
}

.nav-list ul li:hover a p:first-child {
    color: #fff;
}

.nav-list ul li:hover a p:last-child {
    color: #fff;
}

.nav-list ul li:hover .sub-nav {
    display: inline-table;
    border-top: 1px #ddd solid;
    transition: all 0.5s;
    padding: 60px 0;
}

.nav-list ul li:hover +li{
    background-color: transparent;
}*/

.sub-nav-main-pic {
    width: 338px;
    height: 178px;
    border: 1px #dedede dashed;
    overflow: hidden;
    position: relative;
}

.sub-nav-main-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.sub-nav-main-pic .sub-nav-img-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.3s;
}

.sub-nav-main-pic:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.sub-nav-main-pic:hover .sub-nav-img-mask {
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
}

.sub-nav-main-box {
    width: 680px;
    min-height: 180px;
    margin: 0 0 0 45px;
}

.sub-nav-main-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 680px;
    height: 30px;
    line-height: 30px;
}

.sub-nav-main-top h3 {
    width: 167px;
    height: 30px;
    font-size: 30px;
    color: #333;
    font-weight: bold;
}

.sub-nav-main-tel-pic {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 260px;
    height: 30px;
}

.sub-nav-main-tel-img {
    width: 30px;
    height: 30px;
    background-color: #b71522;
    border-radius: 50%;
    position: relative;
}

.sub-nav-main-tel-img img {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.sub-nav-main-tel-pic span {
    font-family: "OPPOSANS-B";
    color: #b71522;
    font-size: 30px;
}

.sub-nav-main-bom {
    padding: 27px 0 0 0;
}

.sub-nav-main-bom-wk {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    column-gap: 25px;
    position: relative;
}

.sub-nav-main-bom-wk a {
    width: 150px;
    height: 60px;
    line-height: 60px;
    padding: 0 25px 0 0;
    background-image: url(../images/nav_right1.png);
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    transition: all 0.3s;
}

.sub-nav-main-bom-wk a::after {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #c2c2c2;
    position: absolute;
    bottom: 0;
}

.sub-nav-main-bom-wk a .nav-a-mask {
    display: block;
    width: 0;
    height: 0;
    background-color: #b71522;
    position: absolute;
    bottom: 1px;
    transition: all 0.5s;
    z-index: 9;
}

.sub-nav-main-bom-wk a span {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sub-nav-main-bom-wk a:hover {
    background-image: url("../images/nav_right2.png");
}

.sub-nav-main-bom-wk a:hover span{
    color: #b71522;
}

.sub-nav-main-bom-wk a:hover::after {
    background-color: #b71522;
}

.sub-nav-main-bom-wk a:hover .nav-a-mask {
    width: 100%;
}

#active-sub-nav-main-bom-wk-a{
    background-image: url("../images/nav_right2.png");
}
#active-sub-nav-main-bom-wk-a span{
    color: #b71522;
}
#active-sub-nav-main-bom-wk-a::after {
    background-color: #b71522;
}
#active-sub-nav-main-bom-wk-a .nav-a-mask {
    width: 100%;
}


#nav-active {
    background-color: #b71522;
    z-index: 999;
}

#nav-active p {
    color: #fff;
}

#nav-active .active-fix {
    display: block;
}

.nav-list ul li:hover .sub-nav {
    display: inline-table;
    border-top: 1px #ddd solid;
    transition: all 0.5s;
    padding: 60px 0;
}

a {
    color: #333;
    cursor: pointer;
}

.text-p {
    position: relative;
    height: 60px;
    background-color: black;
    clear: both;
}

.nav-bar {
    width: 100px;
    height: 140px;
    position: relative;
}

.nav-bar-pic {
    width: 38px;
    height: 38px;
    border: 1px #ebebeb solid;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.nav-wx-img {
    width: 33px;
    height: 33px;
    background-color: #b71522;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.nav-wx-img img {
    width: 19px;
    height: 17px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.nav-wx {
    display: none;
    width: 150px;
    height: 150px;
    background-color: #999;
    position: absolute;
    z-index: 9999999999;
    top: 40px;
    left: -55px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.nav-wx img {
    width: 125px;
    height: 125px;
    object-fit: fill;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.index-banner {

}

#swiper-container-banner {
    overflow: initial;
}

#swiper-container-banner .swiper-wrapper {

}

#swiper-container-banner .swiper-wrapper .swiper-slide {

}

#swiper-container-banner .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
}

.banner-bar {
    width: 100%;
    height: 132px;
    z-index: 10;
    background-image: url("../images/nav_bar_bg1.png");
    background-repeat: no-repeat;
    background-position: right;
    background-color: transparent;
    position: absolute;
    bottom: -91px;
}

.banner-bar-box {
    width: 1200px;
    height: 132px;
    margin: 0 auto;
}

.banner-bar-tel {
    width: 400px;
    height: 132px;
    float: left;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-bar-tel-pic {
    width: 47px;
    height: 47px;
    background-color: #b71522;
    border-radius: 50%;
    float: left;
    position: relative;
    margin: 0 30px;
}

.banner-bar-tel-pic img {
    width: 26px;
    height: 26px;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.banner-bar-tel-wz {
    display: inline-block;
}

.banner-bar-tel-wz p:nth-child(1) {
    font-family: "OPPOSANS-R";
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.banner-bar-tel-wz p:nth-child(2) {
    font-family: "OPPOSANS-B";
    font-size: 30px;
    color: #333;
}

.banner-bar-swiper {
    width: 800px;
    height: 80px;
    background-color: #b71522;
    margin: 41px 0 0 0;
    float: left;
    position: relative;
}

#swiper-pagination-banner {
    height: 91px;
    line-height: 91px;
    right: 25%;
}

#swiper-pagination-banner .swiper-pagination-bullet {
    margin: 0 0 0 10px;
    width: 12px;
    height: 12px;
    border: 2px #fff solid;
    background-color: transparent;
    opacity: 1;
}

#swiper-pagination-banner .swiper-pagination-bullet-active {
    margin: 0 0 0 10px;
    width: 12px;
    height: 12px;
    border: 2px #f4091c solid;
    background-color: transparent;
    position: relative;
}

#swiper-pagination-banner .swiper-pagination-bullet-active:after {
    display: inline-block;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #f4091c;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.banner-bar-swiper-num {
    display: inline-block;
    height: 91px;
    line-height: 91px;
    float: right;
}

.banner-bar-swiper-num span {
    font-family: "OPPOSANS-M";
    font-size: 18px;
    color: #fff;
    line-height: 81px;
    margin: 0 0 0 24px;
}

#banner-bar-swiper-num-span-active {
    font-size: 30px;
}

.index-pro {
    height: 1068px;
    background-color: #f0f0f0;
    position: relative;
}

.index-pro-list {
    width: 1200px;
    position: absolute;
    top: 160px;
}

.index-pro-list ul {

}

.index-pro-list ul li {
    width: 386px;
    height: 362px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.index-pro-list ul li:first-child {

}

.index-pro-list ul li:nth-child(3n) {
    margin-right: 0;
}

.index-pro-type {

}

.index-pro-type h3 {
    font-size: 48px;
    color: #b71522;
    font-weight: bold;
    line-height: 32px;
    text-transform: uppercase;
    text-indent: 6px;
}

.index-pro-type p {
    font-size: 28px;
    color: #030303;
    font-weight: normal;
    line-height: 32px;
    margin: 20px 0 0 0;
    text-indent: 6px;
}

.index-pro-type-list {
    margin: 32px 0 0 0;
}

.index-pro-type-list a {
    display: block;
    width: 328px;
    height: 49px;
    line-height: 49px;
    font-size: 14px;
    color: #797878;
    font-weight: normal;
    border-bottom: 1px #cacaca solid;
    background-image: url("../images/index_pro-jia.png");
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 95%;
    text-indent: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10% 0 0;
    position: relative;
}

.index-pro-type-list a::before, .index-pro-type-list a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #f0f0f0;
    z-index: -2;
}

.index-pro-type-list a::before {
    z-index: -1;
    background: #b71522;
    transition: all 0.5s;
    background-image: url("../images/index_pro-jia-b.png");
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 95%;
}

.index-pro-type-list a:hover {
    z-index: 1;
    background: transparent;
    color: #fff;
}

.index-pro-type-list a:hover::before, .index-pro-type-list a:hover::after {
    width: 100%;
}

.index-pro-more {
    width: 1200px;
    height: 50px;
    position: absolute;
    bottom: 55px;
    text-align: center;
}

.index-pro-more a {
    display: inline-block;
    width: 146px;
    height: 50px;
    line-height: 50px;
    border: 1px #d6d6d6 solid;
    border-radius: 25px;
    font-size: 14px;
    color: #797878;
    overflow: hidden;
    background-color: transparent;
    background-size: 200% 100%;
    background-position: right bottom;
    background-image: linear-gradient(to right, #b71522 50%, #fff 50%);
    transition: all 0.5s;
}

.index-pro-more a:hover {
    border: 1px #b71522 solid;
    color: #fff;
    background-position: left bottom;
}

.index-pro-box {
    width: 386px;
    height: 362px;
}

.index-pro-pic {
    width: 386px;
    height: 306px;
    border: 1px #e5e5e5 solid;
    overflow: hidden;
    position: relative;
}

.index-pro-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.pro-mask-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.3s linear;
}

.pro-mask-link::before {
    display: block;
    content: '';
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background-image: url("../images/link.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 1;
    transition: all 0.3s linear;
}

.index-pro-li:hover .index-pro-pic .pro-mask-link {
    width: 100%;
    height: 100%;
}

.index-pro-desc {
    width: 386px;
    height: 54px;
    background-color: #2a2d33;
    position: relative;
}

.index-pro-desc-title {
    width: 384px;
    height: 54px;
    overflow: hidden;
    background-color: transparent;
    transition: all 0.3s;
    background-size: 200% 100%;
    background-position: right bottom;
    background-image: linear-gradient(to right, #b71522 50%, #fff 50%);
}

.index-pro-desc-title h3 {
    font-size: 14px;
    color: #fff;
    line-height: 54px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: 6px;
    background-color: #2a2d33;
    transition: all 0.8s;
}

.index-pro-desc-icon {

}

.index-pro-li:hover .index-pro-pic {
    border-top: 1px #b71522 solid;
    border-right: 1px #b71522 solid;
    border-left: 1px #b71522 solid;
}

.index-pro-li:hover .index-pro-pic img {
    transition: all 0.3s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.index-pro-li:hover .index-pro-desc .index-pro-desc-title {
    width: 304px;
    color: #fff;
    background-position: left bottom;
}

.index-pro-li:hover .index-pro-desc .index-pro-desc-title h3 {
    background-color: transparent;
}

.index-pro-li:hover .index-pro-desc .index-pro-desc-icon {
    width: 82px;
    height: 54px;
    float: left;
    background-image: url(../images/index_pro_right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 36px 23px;
    position: absolute;
    top: 0;
    right: 0;

}

.index-ys {
    height: 770px;
    background: transparent url("../images/youshi_bg2.png") no-repeat bottom;
}

.index-ys-box {

}

.index-ys-box-title {
    text-align: center;
    margin: 70px 0 70px 0;
}

.index-ys-box-en-title {
    font-size: 48px;
    color: #b71522;
    font-weight: bold;
    text-transform: uppercase;
}

.index-ys-box-cn-title {
    font-size: 28px;
    color: #030303;
    font-weight: normal;
}

.index-ys-list {
    width: 1200px;
    height: 586px;
    background-color: #fff;
    position: relative;
}

.index-ys-list-right {
    width: 955px;
    height: 586px;
    float: left;
}

.index-ys-list-link {
    width: 955px;
    height: 138px;
}

.index-ys-list-wap {
    width: 955px;
    height: 448px;
}

#swiper-container-ys{
    width: 100%;
    height: 100%;
}

.index-ys-list-link ul {
    position: relative;
}

.index-ys-list-link ul li {
    width: 311px;
    height: 100%;
    float: left;
    margin: 0 10px 0 0;
    position: relative;
}

.index-ys-list-link ul li:nth-child(3n) {
    margin-right: 0;
}

.index-ys-list-link ul li:after {
    display: block;
    content: '';
    width: 1px;
    height: 74px;
    background-color: #ddd;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.index-ys-list-link ul li:last-child:after {
    display: none;
}

.index-ys-list-link-box {

}

.index-ys-list-link-pic {
    width: 42px;
    height: 42px;
    margin: 0 auto;
}

.index-ys-list-link-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-ys-list-link-box p {
    font-size: 18px;
    font-weight: bold;
    color: #3c3c3c;
    padding: 20px 0 0 0;
    text-align: center;
}

.index-ys-list-link-box:hover p {
    transition: all 0.8s;
    color: #b71522;
}

.index-ys-list-link-box:hover img {
    transition: all 0.8s;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.index-ys-list-menu {
    width: 245px;
    height: 586px;
    float: left;
    background-color: #b71522;
    padding: 43px 23px 0 28px;
}

.index-ys-list-menu ul {

}

.index-ys-list-menu ul li {
    width: 190px;
    height: 88px;
    line-height: 88px;
    border-bottom: 2px #e56670 solid;
    text-align: center;
}

.index-ys-list-menu ul li a {

}

.ys-num {
    font-size: 28px;
    color: #fff;
    font-weight: normal;
    margin: 0 0 0 5px;
}

.ys-title {
    font-size: 28px;
    color: #fff;
    margin: 0 0 0 5px;
}

.active-ys-li-css {
    transition: all 1s;
    background-color: #e02a38;
}

.index-ys-list-detail {
    width: 1200px;
    height: 158px;
    background: transparent url("../images/ys_tm_bg.png") no-repeat bottom;
    position: absolute;
    bottom: 0;
    z-index: 99;
}

.index-ys-list-detail ul {

}

.index-ys-list-detail ul li {
    display: none;
}

.index-ys-list-detail ul li:first-child {
    display: block;
}

.index-ys-list-detail-box {
    width: 1200px;
    height: 160px;
}

.index-ys-list-detail-ll {
    width: 245px;
    height: 100%;
    float: left;
}

.index-ys-list-detail-rr {
    width: 955px;
    height: 100%;
    float: left;
    padding: 0 0 0 50px;
}

.index-ys-list-detail-rr h3 {
    width: 700px;
    height: 30px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin: 20px 0 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-ys-list-detail-rr-line {
    width: 325px;
    height: 5px;
    background: transparent url("../images/ys_line1.png") no-repeat left center;
    margin: 15px 0 0 0;
}

.index-ys-list-detail-rr p {
    width: 700px;
    height: 50px;
    line-height: 25px;
    font-size: 16px;
    font-weight: normal;
    color: #dfdbd8;
    margin: 15px 0 0 0;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-ys-num {
    margin: 35px 0 0 75px;
    position: relative;
}

.index-ys-num span {

}

.index-ys-num span:nth-child(1) {
    font-size: 42px;
    color: #fff;
    font-weight: normal;
}

.index-ys-num span:nth-child(2) {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    opacity: 0.6;
    position: absolute;
    margin-top: 10px;
    margin-left: 5px;
}

.index-ys-num span:nth-child(3) {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    opacity: 0.6;
    position: absolute;
    margin-top: 10px;
    margin-left: 15px;
}

.index-ys-jt {
    text-align: center;
}

.index-ys-jt img {
    margin: 0 auto;
}

#swiper-container-ys .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-company {
    height: 594px;
    position: relative;
}

.index-company-box {
    width: 1200px;
    height: 453px;
    position: absolute;
    top: 70px;
}

.index-company-ll {
    width: 600px;
    height: 453px;
    float: left;
    position: relative;
    padding-right: 60px;
}

.index-company-ll h3 {
    font-size: 48px;
    color: #b71522;
    font-weight: bold;
    text-transform: uppercase;
}

.index-company-ll h4 {
    font-size: 28px;
    color: #030303;
    font-weight: normal;
}

.index-company-ll .index-company-ll-desc {
    margin: 40px 0 0 0;
    font-size: 14px;
    color: #5e5e5e;
    font-weight: normal;
    line-height: 26px;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.index-company-ll .index-company-ll-desc:hover {
    transition: all 0.5s;
    color: #333;
}

.index-company-rr {
    width: 600px;
    height: 453px;
    float: left;
}

.index-company-rr-pic {
    width: 540px;
    height: 453px;
    background-color: #ddd;
    float: left;
    overflow: hidden;
    transition: all 0.5s;
}

.index-company-rr-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.index-company-rr-pic:hover {
    /* box-shadow: 0px 20px 20px -5px #93969f;*/
}

.index-company-rr-pic:hover img {
    /*transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    filter: brightness(1.3);*/
}

.index-company-rr-desc {
    width: 60px;
    height: 453px;
    background-color: #b71522;
    float: left;
    position: relative;
}

.index-company-rr-desc-line1 {
    width: 2px;
    height: 77px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.index-company-rr-desc-wz {
    width: 25px;
    height: 211px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.index-company-rr-desc-wz p {
    writing-mode: vertical-rl;
    font-size: 28px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 10px;
    line-height: 25px;
}

.index-company-rr-desc-wz p:first-child {

}

.index-company-rr-desc-wz p:last-child {
    margin-top: 10px;
}

.index-company-rr-desc-line2 {
    width: 2px;
    height: 77px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.more_link {
    position: absolute;
    bottom: 0;
}

.more_link_box {
    width: 165px;
    height: 40px;
    position: relative;
}

.more_link_ll {
    width: 116px;
    height: 40px;
    float: left;
    background-color: #b71522;
    transition: all 0.5s;
    text-align: center;
    position: relative;
    z-index: 0;
}

.more_link_ll p::after{
    width: 0;
    cursor:pointer;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    background: #b71522;
    transition: all 0.5s linear;
}

.more_link_ll p {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    line-height: 40px;
}

.more_link_rr {
    width: 49px;
    height: 40px;
    float: left;
    background-color: #2a2d33;
    position: relative;
    z-index: 0;
    transition: all 0.5s;
}

.more_link_rr::after{
    width: 0;
    cursor:pointer;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    background: #b71522;
    transition: all 0.5s linear;
}

.more_link_rr img {
    width: 21px;
    height: 14px;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.more_link:hover .more_link_box {

}

/*.more_link:hover .more_link_box .more_link_ll{
    background-color: transparent;
}

.more_link:hover .more_link_box .more_link_ll p{
    color: #fff;
    z-index: 0;
    background-color: transparent;
}

.more_link:hover .more_link_box .more_link_ll p::after{
    width: 116px;
    z-index: -1;
}*/

.more_link:hover .more_link_ll{

}

.more_link:hover .more_link_rr{
    background-color: transparent;
}

.more_link:hover .more_link_rr img{
    z-index: 2;
}

.more_link:hover .more_link_rr::after{
    width: 49px;
    z-index: 1;
}

.index-case {
    height: 750px;
    background-image: url("../images/case_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#swiper-container-case {

}

#swiper-container-case .swiper-wrapper {
    width: 100%;
    height: 100%;
}

#swiper-container-case .swiper-wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#swiper-container-case .swiper-wrapper .swiper-slide a {
    width: 100%;
    height: 100%;
}

#swiper-button-prev-case {
    background-image: url(../images/case_swiper_prev.png);
    position: absolute;
    top: 50%;
    width: 59px;
    height: 59px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 11px;
    -webkit-background-size: 25px 11px;
    background-size: 25px 11px;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    right: auto;
    border: 1px #f7f7f7 solid;
    background-color: #fff;
    border-radius: 50%;
    transition: all 0.5s;
}

#swiper-button-next-case {
    background-image: url("../images/case_swiper_next.png");
    position: absolute;
    top: 50%;
    width: 59px;
    height: 59px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 11px;
    -webkit-background-size: 25px 11px;
    background-size: 25px 11px;
    background-position: center;
    background-repeat: no-repeat;
    right: 0;
    left: auto;
    border: 1px #f7f7f7 solid;
    background-color: #fff;
    border-radius: 50%;
    transition: all 0.5s;
}

#swiper-button-prev-case:hover {
    border: 1px #b71522 solid;
    background-color: #b71522;
    border-radius: 50%;
    background-image: url(../images/case_swiper_prev_active.png);
}

#swiper-button-next-case:hover {
    border: 1px #b71522 solid;
    background-color: #b71522;
    border-radius: 50%;
    background-image: url("../images/case_swiper_next_active.png");
}

.index-case-more {
    display: block;
    width: 146px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #b71522;
    border: 1px #b71522 solid;
    border-radius: 25px;
    font-size: 14px;
    font-weight: normal;
    margin: 60px auto 0;
    overflow: hidden;
    background-color: transparent;
    background-size: 200% 100%;
    background-position: right bottom;
    background-image: linear-gradient(to right, #b71522 50%, #fff 50%);
    transition: all 0.5s;
}

.index-case-more:hover {
    color: #fff;
    background-position: left bottom;
}

.index-case-box {
    padding-top: 63px;
}

.index-case-box h3 {
    font-size: 48px;
    color: #b71522;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    line-height: 32px;
}

.index-case-box h4 {
    font-size: 28px;
    color: #030303;
    font-weight: bold;
    text-align: center;
    margin: 20px 0 0 0;
    line-height: 32px;
}

.index-case-list {
    height: 350px;
    margin: 70px 0 0 0;
}

.index-case-list-nr {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.index-case-list-box {
    width: 100%;
}

.index-case-list-box-pic {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
}

.index-case-list-box-pic::before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.1);
}

.index-case-list-box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.index-case-list-box-text {
    width: 100%;
    height: 136px;
    transition: all 0.5s;
}

.index-case-list-box-text p {
    display: block;
    font-size: 20px;
    font-weight: normal;
    line-height: 32px;
    color: #3d3d3d;
    text-indent: 30px;
    text-align: left;
    padding-right: 10px;
    padding-top: 35px;
    transition: all 0.5s;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.index-case-list-box-text span {
    display: block;
    width: 90px;
    height: 33px;
    line-height: 33px;
    border-radius: 16.5px;
    border: 1px #b71522 solid;
    color: #b71522;
    position: relative;
    margin: 15px 0 0 30px;
    transition: all 0.5s;
}

.index-case-list-box-text span img {
    width: 20px;
    height: 9px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: all 0.5s;
}

.index-case-list-box:hover .index-case-list-box-pic::before {
    display: none;
}

.index-case-list-box:hover .index-case-list-box-pic img {
    transition: all 0.5s;
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
}

.index-case-list-box:hover .index-case-list-box-text {
    background-color: #b71522;
}

.index-case-list-box:hover .index-case-list-box-text p {
    color: #fff;
    font-weight: bold;
}

.index-case-list-box:hover .index-case-list-box-text span {
    border: 1px #fff solid;
}

.index-case-list-box:hover .index-case-list-box-text span img {
    filter: brightness(100);
}

.index-case-list-box:hover .index-case-list-box-text {
    background-color: #b71522;
}

.index-news {
    height: 606px;
}

.index-news1 {
    height: 70px;
    background-color: #b71522;
}

.index-news2 {
    height: 409px;
    margin: 0 auto;
    background-color: #b71522;
    background-image: url("../images/news2_bg.jpg");
    background-repeat: no-repeat;
    background-size: contain 100%;
    background-position: center;
}

.index-news2-box {
    width: 1200px;
    height: 411px;
    background-color: #fff;
    padding: 70px 0 70px 0;
}

.index-news2-box-ll {
    width: 600px;
    height: 271px;
    float: left;
    position: relative;
}

.index-news2-box-ll-title {
    width: 87px;
    height: 119px;
    background-image: url("../images/news_title.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    padding: 20px 0 0 0;
    z-index: 9;
}

.index-news2-box-ll-pic {
    width: 542px;
    height: 184px;
    margin: 0 0 0 45px;
    overflow: hidden;
}

.index-news2-box-ll-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.index-news2-box-ll-desc {
    width: 542px;
    margin: 0 0 0 45px;
}

.index-news2-box-ll-desc h3 {
    color: #484848;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 0 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: 10px;
    transition: all 0.5s;
}

.index-news2-box-ll-desc p {
    color: #8a8a8a;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    margin: 5px 0 0 0;
    transition: all 0.5s;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 3px 0 8px;
}

.index-news2-box-ll:hover {

}

.index-news2-box-ll:hover .index-news2-box-ll-pic img {
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    filter: brightness(1.3);
}

.index-news2-box-ll:hover .index-news2-box-ll-desc {

}

.index-news2-box-ll:hover .index-news2-box-ll-desc h3 {
    color: #b71522;
    font-weight: bold;
}

.index-news2-box-ll:hover .index-news2-box-ll-desc p {
    color: #333;
}

.index-news2-box-rr {
    width: 600px;
    height: 271px;
    float: left;
}

.index-news2-box-rr ul {

}

.index-news2-box-rr ul li {
    border-bottom: 1px #ddd dashed;
    margin-bottom: 5px;
}

.index-news2-box-rr ul li:last-child {
    border-bottom: none;
}

.index-news2-box-rr-list {
    width: 600px;
    height: 90px;
}

.index-news2-box-rr-head {
    width: 600px;
    height: 34px;
    position: relative;
}

.index-news2-box-rr-head span:first-child {
    display: block;
    width: 7px;
    height: 7px;
    background-image: url("../images/news_round_k.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
}

.index-news2-box-rr-head h3 {
    width: 480px;
    height: 34px;
    color: #8a8a8a;
    font-size: 16px;
    font-weight: normal;
    line-height: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 0 0 18px;
    position: absolute;
    left: 6px;
    transition: all 0.5s;
}

.index-news2-box-rr-head span:last-child {
    display: block;
    color: #8a8a8a;
    font-size: 14px;
    font-weight: normal;
    line-height: 34px;
    position: absolute;
    right: 0;
}

.index-news2-box-rr-content {
    padding: 0 3px 0 22px;
}

.index-news2-box-rr-content-desc {

}

.index-news2-box-rr-content-desc p {
    color: #8a8a8a;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    transition: all 0.5s;
}

.index-news2-box-rr ul li:hover {
    cursor: pointer;
}

.index-news2-box-rr ul li:hover .index-news2-box-rr-head span:first-child {
    background-image: url("../images/news_round_s.png");
}

.index-news2-box-rr ul li:hover .index-news2-box-rr-head h3 {
    color: #b71522;
    font-weight: bold;
}

.index-news2-box-rr ul li:hover .index-news2-box-rr-head span:last-child {
    color: #b71522;
}

.index-news2-box-rr ul li:hover .index-news2-box-rr-content-desc p {
    color: #333;
}

.index-news3 {
    height: 117px;
    background-color: #fff;
}

.index-news3-box {
    height: 117px;
    text-align: center;
}

.index-news4 {
    height: 10px;
    background-color: #b71522;
}

.new-more {
    display: inline-block;
    width: 146px;
    height: 50px;
    line-height: 50px;
    border: 1px #d6d6d6 solid;
    border-radius: 25px;
    font-size: 14px;
    color: #797878;
    margin: 0 16px 0 16px;
    transition: all 0.5s;
}

.new-more-sea {
    overflow: hidden;
    background-color: transparent;
    transition: all 600ms ease-out;
    background-size: 200% 100%;
    background-position: right bottom;
    background-image: linear-gradient(to right, #b71522 50%, #fff 50%);
}

.new-more-contact {
    background-color: #2b2b2c;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #fff;
    transition: all 0.5s;
}

.new-more-contact::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: #b71522;
    transform-origin: center;
    transform: translate3d(-50%, -50%, 0) scale(0, 0);
    transition: transform 500ms ease-in-out;
}

.new-more-sea:hover {
    color: #fff;
    background-position: left bottom;
}

.new-more-contact:hover::before {
    transform: translate3d(-50%, -50%, 0) scale(15, 15);
}

.index-footer {
    background-color: #2b2b2c;
}

.index-footer-box {
    padding: 30px 0 0 0;
}

.index-footer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.index-footer-head-ll {

}

.index-footer-head-ll h3 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}

.index-footer-head-ll p {
    font-size: 18px;
    font-weight: lighter;
    color: #747880;
}

.index-footer-head-rr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.index-footer-head-rr-wx {
    width: 52px;
    position: relative;
}

.index-footer-head-rr-wx-pic {
    width: 52px;
    height: 52px;
    background-color: #b71522;
    border-radius: 50%;
    position: relative;
    margin: 14px 0 0 0;
}

.index-footer-head-rr-wx-pic img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.index-footer-head-rr-wx-wap {
    display: none;
    width: 150px;
    height: 150px;
    background-color: #999;
    position: absolute;
    z-index: 9;
    top: -35px;
    left: -155px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.index-footer-head-rr-wx-wap img {
    width: 125px;
    height: 125px;
    object-fit: fill;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.index-footer-head-rr-wx-wap {

}

.index-footer-head-rr-tel {
    display: flex;
}

.index-footer-head-rr-tel-ll {
    width: 80px;
}

.index-footer-head-rr-tel-ll-pic {
    width: 52px;
    height: 52px;
    background-color: transparent;
    border: 2px #ddd solid;
    border-radius: 50%;
    position: relative;
    margin: 14px 9px 0 20px;
}

.index-footer-head-rr-tel-ll-pic img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.index-footer-head-rr-tel-rr {
}

.index-footer-head-rr-tel-rr p {
    font-size: 14px;
    line-height: 24px;
    color: #747880;
    font-weight: normal;
    margin: 10px 0 6px 0;
}

.index-footer-head-rr-tel-rr h3 {
    font-family: "OPPOSANS-B";
    font-size: 30px;
    line-height: 26px;
    color: #fff;
    letter-spacing: 1px;
}

.index-footer-line {
    width: 1200px;
    height: 1px;
    background-color: #43464d;
    margin: 30px 0 0 0;
}

.index-footer-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 0;
}

.index-footer-info-one {
}

.index-footer-info-one ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.index-footer-info-one ul li {
    width: 50%;
    padding: 15px 0;
}

.index-footer-info-one ul li a {
    font-size: 14px;
    color: #747880;
    font-weight: normal;
    transition: all 0.5s;
}

.index-footer-info-one ul li a:hover {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

.index-footer-info-two {
}

.index-footer-info-two p{
    margin: 10px 0;
}

.index-footer-info-two p:nth-child(1) {
    font-size: 14px;
    color: #747880;
    font-weight: normal;
    transition: all 0.5s;
}

.index-footer-info-two p:nth-child(2) {
    font-size: 14px;
    color: #747880;
    font-weight: normal;
    transition: all 0.5s;
}

.index-footer-info-two p:nth-child(2) span:first-child {
    font-size: 14px;
    color: #747880;
    font-weight: normal;
    transition: all 0.5s;
}

.index-footer-info-two p:nth-child(2) span:last-child {
    font-size: 14px;
    color: #747880;
    font-weight: normal;
    transition: all 0.5s;
}

.index-footer-info-two p:nth-child(2) span:hover {

}

.index-footer-info-two p:nth-child(3) {
    font-size: 14px;
    color: #747880;
    font-weight: normal;
    transition: all 0.5s;
}

.index-footer-info-two p:nth-child(3) span {
    font-size: 14px;
    color: #747880;
    font-weight: normal;
    transition: all 0.5s;
}

.index-footer-info-two p:nth-child(4) {
    font-size: 14px;
    color: #747880;
    font-weight: normal;
    transition: all 0.5s;
}

.index-footer-info-two p:nth-child(4) a {
    font-size: 14px;
    color: #747880;
    font-weight: normal;
    transition: all 0.5s;
}

.index-footer-info-two p:nth-child(4) a:hover {

}

.index-footer-info-two p:hover {

}

.index-footer-info-three {display: flex;align-items: center;justify-content: center;}

.index-footer-info-three-code1 {
    width: 117px;
    height: 136px;
    margin: 0 15px;
}

.index-footer-info-three-code1 img {

}

.index-footer-info-three-code1 p {
    font-size: 14px;
    color: #747880;
    text-align: center;
    font-weight: normal;
    transition: all 0.5s;
}

.index-footer-info-three-code1:hover p {
    color: #fff;
}

.index-footer-info-three-code2 {
    width: 117px;
    height: 136px;
}

.index-footer-info-three-code2 img {

}

.index-footer-info-three-code2 p {
    font-size: 14px;
    color: #747880;
    text-align: center;
    font-weight: normal;
    transition: all 0.5s;
}

.index-footer-info-three-code2:hover p {
    color: #fff;
}

.x-banner {
    width: 100%;
    height: 400px;
}

.x-banner-pic {
    width: 100%;
    height: 100%;
    position: relative;
}

.x-banner-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.x-banner-text{
    position: absolute;
    top: 38%;
}
.x-banner-text-top{

}
.x-banner-text-top span:first-child{
    font-size: 36px;
    font-weight: bold;
    line-height: 32px;
    color: #fff;
}
.x-banner-text-top span:last-child{
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
}
.x-banner-text-bottom{
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 30px;
}

.fix_nav {
    width: 100%;
    height: 93px;
    position: relative;
}

.fix_nav_box {
    display: flex;
    width: 1200px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: -45px;
    box-shadow: 0 1px 3px 0 #dddddd;
}

.fix_nav_list {
    display: flex;
    width: 80%;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
}

.fix_nav_list a {
    width: 125px;
    height: 100%;
    line-height: 93px;
    text-align: center;
    font-size: 16px;
    color: #6f6f6f;
    font-weight: normal;
    position: relative;
}

.fix_nav_list a::before {
    display: block;
    content: '';
    width: 0;
    height: 10px;
    background-color: #b71522;
    position: absolute;
    top: 0;
    left: 0;
}

.fix_nav_list a:hover {
    color: #b71522;
    transition: all 0.5s;
}

.fix_nav_list a:hover::before {
    width: 100%;
    transition: all 0.5s;
}

#fix_nav_list_active {
    color: #b71522;
    transition: all 0.5s;
}

#fix_nav_list_active::before {
    width: 100%;
    transition: all 0.5s;
}

.fix_nav_crumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    height: 100%;
    overflow: hidden;
}

.fix_nav_crumbs_100 {
    width: 100%;
}

.fix_nav_crumbs img {
    margin: 0 10px 0 0;
    transform: translateY(-3px);
}

.fix_nav_crumbs a {
    font-size: 16px;
    color: #666;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.commom_nav_fix {
    width: 100%;
    justify-content: flex-start;
    padding: 0 0 0 3%;
}

.fix_nav_crumbs a:hover{
    text-decoration: underline;
    color: #b71522;
}

.company-box {

}


.n-nav {
    text-align: center;
}

.n-nav h3 {
    font-size: 33px;
    color: #333;
    font-weight: normal;
}

.n-nav h3 span {
    font-size: 33px;
    color: #b71522;
    font-weight: bold;
}

.n-nav p {
    font-size: 18px;
    color: #666;
    font-weight: normal;
    padding: 10px 0 0 0;
}

.company-box {

}

.company-pic {

}

.company-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pdtm-company{
    padding: 7px 0 47px;
}

.pdtm47 {
    padding: 47px 0;
}

.pdb47 {
    padding: 0 0 47px 0;
}

.pd70tb {
    padding: 70px 0;
}

.company-content {

}

.company-server {
    width: 100%;
    height: 440px;
    background-repeat: no-repeat;
    background-position: center center;
}

.company-server-list-box {
    display: flex;
    height: 100%;
    align-items: center;
}

.company-server-list {
    width: 33.333%;
    height: 286px;
}

.company-server-list-pic {
    display: flex;
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 50%;
    margin: 42px auto 0;
    align-items: center;
    justify-content: center;
}

.company-server-list-pic img {

}

.company-server-list-title {
    width: 80%;
    font-size: 24px;
    color: #333;
    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
}

.company-server-list-desc {
    width: 78%;
    font-size: 16px;
    color: #596067;
    margin: 0 auto;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*.company-server-list:nth-child(1) {
    background-color: #ae121d;
}

.company-server-list:nth-child(1) .company-server-list-title {
    color: #fff;
}

.company-server-list:nth-child(1) .company-server-list-desc {
    color: #fff;
}*/

.company-server-list:nth-child(1) {
    background-color: #fff;
}

.company-server-list:nth-child(1) .company-server-list-pic {
    background-color: #f4f6f8;
}

.company-server-list:nth-child(2) {
    background-color: #f4f6f8;
}

.company-server-list:nth-child(2) .company-server-list-pic {
    background-color: transparent;
}

.company-server-list:nth-child(3) {
    background-color: #fff;
}

.company-server-list:nth-child(3) .company-server-list-pic {
    background-color: #f4f6f8;
}


.company-server-list:first-child:hover{
    transition: all 0.5s;
    background-color: #ae121d;
}

.company-server-list:not(:first-child):hover {
    transition: all 0.5s;
    background-color: #ae121d;
}

.company-server-list:hover .company-server-list-title {
    color: #fff;
}

.company-server-list:hover .company-server-list-desc {
    color: #fff;
}

.company-server-list:hover .company-server-list-pic {
    background-color: #fff;
}

.crcm-box {

}

#swiper-container-crcm {

}

#swiper-container-crcm a {
    display: block;
    width: 100%;
    height: 100%;
}

.crcm-list-box {
    width: 100%;
    height: 290px;
}

.crcm-list-box-pic {
    width: 100%;
    height: 240px;
    border: 1px #c7c7c7 solid;
    padding: 15px 25px 15px 25px;
}

.crcm-list-box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.crcm-list-box-text {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #444;
    padding: 0 10px;
}

.crcm-mask-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.1) url("../images/search_bg.png") no-repeat center;
    transition: all 0.3s linear;
}

.crcm-list-box:hover .crcm-list-box-pic {
    border: 1px #b71522 solid;
}

.crcm-list-box:hover .crcm-list-box-pic img {
    transition: all 0.5s;
    /*transform: scale(1.01);*/
    /*-webkit-transform: scale(1.01);*/
    /*-moz-transform: scale(1.01);*/
    /*-ms-transform: scale(1.01);*/
    /*-o-transform: scale(1.01);*/
}

.crcm-list-box:hover .crcm-mask-link {
    width: 100%;
    height: 240px;
}

.crcm-list-box:hover .crcm-list-box-text {
    transition: all 0.5s;
    color: #b71522;
}

.zzry {
    background-color: #f7f7f7;
}

.zzry {

}

#swiper-container-zzry {

}

#swiper-container-zzry a {
    display: block;
    width: 100%;
    height: 100%;
}

.zzry-list-box {
    width: 100%;
    height: 315px;
    background-color: #e8e8e8;
}

.zzry-list-box-pic {
    width: 100%;
    height: 100%;
    border: 2px #c7c7c7 solid;
    padding: 15px 25px 15px 25px;
}

.zzry-list-box-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.zzry-mask-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.1) url("../images/search_bg.png") no-repeat center;

}

.zzry-list-box:hover .zzry-list-box-pic {
    border: 2px #b71522 solid;
}

.zzry-list-box:hover .zzry-list-box-pic img {
    transition: all 0.5s;
    /*transform: scale(1.01);*/
    /*-webkit-transform: scale(1.01);*/
    /*-moz-transform: scale(1.01);*/
    /*-ms-transform: scale(1.01);*/
    /*-o-transform: scale(1.01);*/
}

.zzry-list-box:hover .zzry-mask-link {
    transition: all 0.3s linear;
    width: 100%;
    height: 100%;
}

.sdbz {

}

.sdbz_box {
    display: flex;
    text-align: center;
    justify-content: space-between;
}

.sdbz_box_list {
    display: flex;
    text-align: center;
    justify-content: space-between;
}

.sdbz_box_list img {
    object-fit: contain;
}

.sdbz_box_content {
    padding: 0 0 0 15px;
}

.sdbz_box_content h3 {
    font-size: 19px;
    font-weight: bold;
    color: #444;
    text-align: left;
}

.sdbz_box_content p {
    font-size: 14px;
    font-weight: normal;
    color: #777;
    text-align: left;
}

.sdbz_box_list:hover img{
    transition: all 0.5s;
    ___transform: rotateZ(360deg);
}
.sdbz_box_list:hover .sdbz_box_content h3{
    color: #b71522;
}
.sdbz_box_list:hover .sdbz_box_content p{
    color: #b71522;
}


.news_list {

}

.news_list ul {

}

.news_list ul li {
    border: 1px #ddd solid;
    margin-bottom: 3%;
    padding: 3%;
}

.news_list ul li a {

}

.news_list_box {
    display: flex;
}

.news_list_ll {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.news_list_ll h3 {
    width: 70%;
    height: 30px;
    color: #484848;
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
    text-indent: 50px;
}

.news_list_ll span {
    width: 30%;
    height: 30px;
    color: #8a8a8a;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    text-align: right;
    padding: 0 3% 0 0;
}

.news_list_ll p {
    width: 100%;
    height: 60px;
    padding: 3%;
    color: #8a8a8a;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

.news_list_rr {
    width: 37%;
    margin: 0 0 0 3%;
}

.news_list_rr img {
    object-fit: cover;
}

.news_detail {
    ___margin: 40px 0 0 0;
}

.news_detail h2 {
    font-size: 30px;
    font-weight: bold;
    color: #666;
    line-height: 40px;
    text-align: center;
    letter-spacing: 3px;
    padding: 0 0 30px 0;
}

.news_detail_info {
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 30px;
    padding: 1% 0;
    border-top: 1px #ddd solid;
}

.news_detail_info span {
    padding: 0 3%;
}

.news_detail_pic {
    max-width: 250px;
    max-height: 250px;
    margin: 0 auto;
    padding: 3% 0;
}

.news_detail_pic img {

}

.news_detail_content {
    padding: 3% 1% 0 1%;
}

.news_list ul li:hover {
    border: 1px #c5c5c5 solid;
    box-shadow: 1px 3px 3px 3px #c5c5c5;
}

.news_list ul li:hover .news_list_ll h3 {
    color: #b71522;
}


#swiper-container-list {

}

#swiper-container-list .swiper-wrapper {
    width: 100%;
    height: 100%;
}

#swiper-container-list .swiper-wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#swiper-container-list .swiper-wrapper .swiper-slide a {
    width: 100%;
    height: 100%;
}

.list1_bor {
    border: 1px #ddd solid;
}

.message-info {
    display: inline-block;
    width: 100%;
}

.message-info .tips {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
    padding: 1%;
}

#formMessage {

}

.msg-form{

}

.msg-form input {
    width: 49%;
    float: left;
    display: block;
    margin: 3% 2% 0 0;
    padding: 13px 0;
    outline: none;
    border: 1px solid #ddd;
    text-indent: 10px;
    font-size: 14px;
    box-sizing: border-box;
    color: #666;
}

.msg-form input:nth-child(2n) {
    margin-right: 0;
}

.msg-form textarea {
    width: 100%;
    outline: none;
    border: 1px solid #ddd;
    font-size: 14px;
    padding: 10px 0;
    text-indent: 10px;
    min-height: 120px;
    margin: 3% 1% 0 0;
    color: #666;
}

.msg-form textarea:focus {
    border-color: #c30008;
}

.msg-form img {
    width: 150px;
    height: 45px;
    margin: 3% 0 0 0;
    border: 1px #ddd solid;
}

.msg-form img:hover{
    cursor: pointer;
    border: 1px solid #b71522;
}

.msg-form input:focus {
    border-color: #b71522;
}

.code {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin: 1% 0 0 0;
}

.code_box1{
    width: 49%;
}

#captcha{
    width: 72%;
    height: 44px;
}

.code_box2{
    width: 49%;
    line-height: 42px;
    margin: 1% 0 0 0;
    color: #666;
    font-size: 14px;
    border: 1px solid #e0301d;
    text-align: center;
    position: relative;
    background-color: transparent;
    background-size: 201% 100%;
    background-position: right bottom;
    background-image: linear-gradient(to right, #e0301d 50%, #fff 50%);
    transition: all 0.5s;
}

.code_box2:hover{
    cursor: pointer;
    color: #fff;
    background-position: left bottom;
}

#submit {
    font-size: 16px;
    border: 1px solid #b71522;
    position: relative;
    background-color: transparent;
    background-size: 201% 100%;
    background-position: right bottom;
    background-image: linear-gradient(to right, #b71522 50%, #fff 50%);
    transition: all 0.5s;
}

#reset {
    font-size: 16px;
    border: 1px solid #211c1d;
    position: relative;
    background-color: transparent;
    background-size: 201% 100%;
    background-position: right bottom;
    background-image: linear-gradient(to right, #211c1d 50%, #fff 50%);
    transition: all 0.5s;
}

#submit:hover{
    cursor: pointer;
    color: #fff;
    background-position: left bottom;
}

#reset:hover{
    cursor: pointer;
    color: #fff;
    background-position: left bottom;
}

.product-list {
    display: inline-block;
}

.product-list ul {

}

.product-list ul li {
    width: 293px;
    height: auto;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.product-list ul li:nth-child(3n) {
    margin-right: 0;
}

.product-list ul li a {

}

.product-list-box {
    width: 100%;
    height: 100%;
}

.product-list-pic {
    width: 100%;
    height: 250px;
    border: 1px #e5e5e5 solid;
    overflow: hidden;
    position: relative;
}

.product-list-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.product-list-mask-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.3s linear;
}

.product-list-mask-link::before {
    display: block;
    content: '';
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background-image: url("../images/link.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 1;
    transition: all 0.3s linear;
}

.product-list ul li:hover .product-list-pic .product-list-mask-link {
    width: 100%;
    height: 100%;
}

.product-list-desc {
    width: 100%;
    height: 54px;
    background-color: #2a2d33;
    position: relative;
}

.product-list-desc-title {
    width: 100%;
    height: 54px;
    overflow: hidden;
    background-color: transparent;
    transition: all 0.3s;
    background-size: 200% 100%;
    background-position: right bottom;
    background-image: linear-gradient(to right, #b71522 50%, #fff 50%);
}

.product-list-desc-title h3 {
    font-size: 14px;
    color: #fff;
    line-height: 54px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: 6px;
    background-color: #2a2d33;
    transition: all 0.8s;
}

.product-list-desc-icon {

}

.product-list ul li:hover .index-pro-pic {
    border-top: 1px #b71522 solid;
    border-right: 1px #b71522 solid;
    border-left: 1px #b71522 solid;
}

.product-list ul li:hover .product-list-pic img {
    transition: all 0.3s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.product-list ul li:hover .product-list-desc .product-list-desc-title {
    width: 75%;
    color: #fff;
    background-position: left bottom;
}

.product-list ul li:hover .product-list-desc .product-list-desc-title h3 {
    background-color: transparent;
}

.product-list ul li:hover .product-list-desc .product-list-desc-icon {
    width: 25%;
    height: 54px;
    float: left;
    background-image: url(../images/index_pro_right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 36px 23px;
    position: absolute;
    top: 0;
    right: 0;
}

.product-type {
    padding: 0 0 3% 0;
}

.product-type a {
    display: inline-block;
    width: 149px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #333333;
    font-weight: lighter;
    padding: 0 15px 0 0;
    margin: 0 18px 0 0;
    ___border-bottom: 1px #c2c2c2 solid;
    background-image: url("../images/nav_right1.png");
    background-repeat: no-repeat;
    background-position: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    transition: all 0.3s;
}

.product-type a::after {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #c2c2c2;
    position: absolute;
    bottom: 1px;
}

.product-type a .nav-a-mask {
    display: block;
    width: 0;
    height: 3px;
    background-color: #b71522;
    position: absolute;
    bottom: 0;
    transition: all 0.3s;
}

.product-type a span {

}

.product-type a:hover {
    font-weight: bold;
    color: #b71522;
    background-image: url("../images/nav_right2.png");
}

.product-type a:hover::after {
    background-color: #b71522;
}

.product-type a:hover .nav-a-mask {
    width: 100%;
}

.contact-box {
    display: flex;
    min-height: 550px;
    flex-wrap: nowrap;
}

.contact-list {
    width: 50%;
    height: 100%;
    padding: 0 3% 0 3%;
    background-color: #2b2b2c;
}

.contact-list h3 {
    font-size: 40px;
    font-family: 'youshebiaotiheiregular';
    color: #fff;
}

.contact-list ul {
}

.contact-list ul li {
}

.contact-list ul li p {
    font-size: 20px;
    border-bottom: 1px #ddd dashed;
    padding: 1% 0;
    color: #fff;
    font-family: 'youshebiaotiheiregular';
}

.contact-list ul li p span {
    display: inline-flex;
    width: 60px;
    height: 30px;
    align-items: center;
    justify-content: flex-end;
    font-size: 16px;
    font-weight: lighter;
    color: #ddd;
}

.contact-wx-box {

}

.contact-wx {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 15px;
    background-color: #b71522;
    margin: 10px 0 0 0;
}

.contact-wx-pic {
    width: 125px;
    height: 150px;
}

.contact-wx-pic img {
    width: 125px;
    height: 125px;
}

.contact-wx-pic p {
    width: 125px;
    height: 25px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}

.contact-mobile-pic {
    width: 125px;
    height: 150px;
}

.contact-mobile-pic img {
    width: 125px;
    height: 125px;
}

.contact-mobile-pic p {
    width: 125px;
    height: 25px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}

.baidu-map {
    width: 50%;
    height: 550px;
}

.contact-all {

}

.contact-all ul {
    display: flex;
    flex-wrap: nowrap;
    gap: 40px;
}

.contact-all ul li {
    width: 33%;
    border: 1px #ddd solid;
}

.contact-top1 {
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    position: relative;
}

.contact-top1 h3 {
    font-size: 40px;
    color: #b71522;
    display: block;
    font-weight: bold;
    padding: 40px 0 0 40px;
}

.contact-top1 p {
    font-size: 30px;
    margin: 0 0 0 40px;
}

.contact-top1 span {
    display: block;
    width: 40px;
    height: 3px;
    background: #b71522;
    margin: 15px 0 0 40px;
}

.contact-top1 img {
    width: 300px;
    height: 150px;
    object-fit: cover;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
}

.contact-top2 {
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    padding: 50px 38px;
    font-size: 15px;
    line-height: 40px;
}

.contact-top2 p:first-child{
    display: block;
    width: 212px;
    height: 45px;
    background: #b71522;
    font-size: 24px;
    color: #fff;
    line-height: 45px;
    font-weight: bold;
    text-align: center;
}


.contact-top2 strong {
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-top: 40px;
}

.contact-top2 p:not(:first-child){
    color: #8e8e8e;
    line-height: 42px;
    font-size: 15px;
}

.contact-top3 {
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    padding: 50px 38px;
    font-size: 15px;
    line-height: 40px;
}

.contact-top3 p:first-child{
    display: block;
    width: 212px;
    height: 45px;
    background: #b71522;
    font-size: 24px;
    color: #fff;
    line-height: 45px;
    font-weight: bold;
    text-align: center;
}

.contact-top3 p:not(:first-child){
    color: #555;
}

.contact-top3 p:nth-child(2) {
    margin-top: 40px;
}

.contact-bottom {
    width: 100%;
    height: 420px;
    margin: 45px 0 0 0;
}

.dituContent {
    width: 100%;
    height: 420px;
    border: 1px #ddd solid;
}

.common_list {
}

.common_list ul {
    display: flex;
    gap: 45px;
    flex-wrap: wrap;
}

.common_list ul li {
    width: 370px;
    position: relative;
    text-align: center;
}

.common_list ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.common_list ul li a .common_list_pic {
    width: 100%;
    height: 300px;
    overflow: hidden;
    box-shadow: 1px -3px 10px #ddd;
    padding: 30px 30px 30px 30px;
    position: relative;
}

.common_list ul li a .common_list_pic img {

}

.common_list ul li a .common_list_pic .common_list_mask{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.1) url(../images/search_bg.png) no-repeat center;
    transition: all 0.3s linear;
}

.common_list ul li a .common_list_title {
    transition: all 0.5s;
    width: 100%;
    height: 54px;
    line-height: 54px;
    font-size: 14px;
    ___background-color: #f1f1f1;
    color: #333;
    padding: 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    z-index: 0;
    box-shadow: 1px 3px 10px #ddd;
    border-top:1px #ddd solid;
}

.common_list ul li a .common_list_title::after{
    width: 0;
    cursor:pointer;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    background: #b71522;
    transition: all 0.5s linear;
}


.common_list ul li:hover a .common_list_pic {

}

.common_list ul li:hover a .common_list_pic .common_list_mask{
    width: 100%;
    height: 300px;
}

.common_list ul li:hover a .common_list_pic img {

}

.common_list ul li:hover a .common_list_title {
    color: #fff;
    /*background-color: #b71522;*/
}

.common_list ul li:hover .common_list_title::after{
    background-color: #b71522;
    width: 100%;
    z-index: -1;
}

.honor_detail_pic {
    padding: 6% 0;
    text-align: center;
}

.honor_detail_pic a {
}

.honor_detail_pic a img {
    max-height: 100%;
    margin: 0 auto;
}


.news_type {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 0 50px 0;
}

.news_type a {
    width: 240px;
    height: 50px;
    line-height: 50px;
    background: #f5f5f5;
    text-align: center;
    color: #333;
}

#news_type_active{
    background: #b71522;
    color: #fff;
}

.news_type a:hover {
    transition: all 0.5s;
    background-color: #b71522;
    color: #fff;
}


.news_common_list {
}

.news_common_list ul {
}

.news_common_list ul li {
}

.news_common_list ul li {
    width: 100%;
    height: 250px;
    border-bottom: 1px solid #eee;
    padding: 30px 30px 30px 30px;
    overflow: hidden;
    position: relative;
    background: #f9f9f9;
}

.news_common_list ul li a {
    text-decoration: none;
}

.news_common_list ul li:hover {
    box-shadow: 0 0 60px -10px rgba(0, 0, 0, .2);
    background: #fff;
    margin-bottom: 30px;
}

.news_common_list ul li:hover .nynewslist_l {
    left: 20px;
}

.news_common_list ul li:hover .nynewslist_r {
    left: 20px;
}

.news_common_list ul li:hover .nynewslist_rmore {
    left: 29%;
}

.news_common_list ul li:hover .news_common_list_right a p{
    color: #b71522;
}

.news_common_list_left:hover .news_common_list_time{

}

.news_common_list_left {
    width: 23%;
    height: 100%;
    float: left;
    position: relative;
    left: 0;
    overflow: hidden;
    transition: all .5s;
}

.news_common_list_left .news_common_list_pic {
    width: 100%;
    height: 100%;
}

.news_common_list_left .news_common_list_pic img {
    transition: all 0.5s;
}

.news_common_list ul li:hover .news_common_list_left .news_common_list_pic img {
    transform: scale(1.2);
}

.news_common_list_time {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 122px;
    height: 75px;
    background: transparent url("../images/news_d1.png") no-repeat center;
    /*background: #b71522;*/
    color: #fff;
    text-align: center;
    padding-top: 8px;
}

.news_common_list_day {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}

.news_common_list_month {
    font-size: 16px;
    line-height: 20px;
}

.news_common_list_right {
    text-align: left;
    position: relative;
    width: 72%;
    border-bottom: 1px dotted #d9d9d9;
    padding: 20px 20px 20px 0;
    float: right;
    transition: all .5s;
    left: 0;
}

.news_common_list_right a {
}

.news_common_list_right a p {
    margin-bottom: 20px;
    font-size: 20px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.news_common_list_right .news_common_list_desc {
    width: 100%;
    color: #666;
}

.news_common_list_link {
    display: block;
    background: url("../images/icon_link.jpg") no-repeat;
    position: absolute;
    left: 0;
    bottom: -45px;
    padding-left: 22px;
    line-height: 21px;
    transition: all 0.5s;
    font-size: 14px;
}

.news_more_info {
    display: flex;
    justify-content: space-between;
}

.news_more_info .news_more_ll {
    width: 855px;
    min-height: 100px;
    background-color: #f9f9f9;
    padding: 30px 30px 30px 30px;
}

.news_more_info .news_more_ll h2 {
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;
    display: block;
    margin-bottom: 15px;
    color: #333;
}

.news_more_info .news_more_ll .news_more_info_biao {
    display: flex;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
}

.news_more_info .news_more_ll .news_more_info_biao span {
    display: block;
    border-left: 1px dotted #b6b6b6;
    color: #999;
    line-height: 14px;
    padding: 0 10px;
}

.news_more_info .news_more_ll .news_more_info_biao span:first-child {
    border: none;
    padding: 0 10px 0 0;
}

.news_more_info .news_more_ll .news_more_info_content {
    line-height: 28px;
    color: #777;
    padding: 20px 0 0 0;
}

.news_more_info .news_more_ll .news_more_info_content img {
    max-width: 795px;
}

.news_more_info .news_more_rr {
    width: 320px;
    min-height: 100px;
    background-color: #f9f9f9;
    padding: 30px 30px 30px 30px;
}

.news_more_info .news_more_rr .news_more_tui {
    font-size: 18px;
    border-bottom: 1px solid #e7e7e7;
    line-height: 18px;
    padding: 0 0 10px 0;
    position: relative;
}

.news_more_info .news_more_rr .news_more_tui::before {
    content: "";
    width: 75px;
    height: 1px;
    background: #1059a9;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.news_more_info .news_more_rr .news_more_tui span {
    color: #333;
    font-size: 18px;
}

.news_more_info .news_more_rr .news_more_tui strong {
    color: #b71522;
    font-size: 18px;
}

.news_more_tui_list {
    margin-top: 10px;
    line-height: 36px;
}

.news_more_tui_list a {
    display: block;
    background: url("../images/newswenzhagn.png") left center no-repeat;
    padding-left: 22px;
    width: 220px;
    height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_more_tui_list a:hover{
    text-decoration: underline;
    color: #b71522;
}

.news_zx {
    margin: 70px 0 0 0;
}

.product_common {
    display: flex;
    justify-content: space-between;
}

.product_common .product_common_ll {
    width: 250px;
    min-height: 100px;
}

.product_common .product_common_ll .product_common_cate {
    background: #b71522;
    padding: 25px;
}

.product_common .product_common_ll .product_common_cate p:first-child {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.product_common .product_common_ll .product_common_cate p:last-child {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}

.product_common .product_common_ll .product_common_cate_list {
    display: flex;
    border: 1px solid #eee;
    border-top: none;
    flex-wrap: wrap;
    margin: 2px 0 0 0;
}

.product_common .product_common_ll .product_common_cate_list a {
    width: 100%;
    line-height: 50px;
    border-bottom: 1px solid #eee;
    background-image: linear-gradient(to right, #f6f6f6, #fff);
    display: flex;
    align-items: center;
}

.product_common_cate_list_a span{
    color: #666;
}

.product_common_cate_list_a_active{
    background: #b71522;
    background-image: none !important;
}
.product_common_cate_list_a_active span{
    color: #fff;
}

.product_common .product_common_ll .product_common_cate_list a:hover{
    transition: all 0.5s;
    background-color: #b71522;
    background-image: none !important;
}

.product_common .product_common_ll .product_common_cate_list a:hover span{
    color: #fff;
}

.product_common .product_common_ll .product_common_cate_list a span {
    width: 170px;
    margin: 0 0 0 30px;
    padding: 0 20px 0 0;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: justify;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}

.product_common .product_common_ll .product_common_cate_list a:hover span {

}

.product_common .product_common_ll .product_common_cate_list a img {

}

.product_common .product_common_ll .product_common_cate_link {
    background: #b71522;
    color: #fff;
    padding: 30px 0;
    line-height: 30px;
}

.product_common .product_common_ll .product_common_cate_link .product_common_cate_link_title {
    display: flex;
    justify-content: center;
}

.product_common .product_common_ll .product_common_cate_link .product_common_cate_link_title img {
    padding: 0 6px 0 0;
}

.product_common .product_common_ll .product_common_cate_link .product_common_cate_link_title span {
    font-size: 17px;
    color: #fff;
    font-weight: bold;
}

.product_common .product_common_ll .product_common_cate_link p {
    font-family: 'OPPOSANS-B';
    text-align: center;
    font-size: 20px;
    padding-top: 8px;
}

.product_common .product_common_rr {
    width: 920px;
    min-height: 100px;
}

.product_common_rr_search {
    border: 1px #ddd solid;
    background-image: url(../images/huo1.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    display: flex;
    padding: 15px 10px 15px 25px;
    background-color: #fafafa;
}

.product_common_rr_search_ll {
    width: 70%;
    display: flex;
    align-items: center;
    padding: 0 6px;
}

.product_common_rr_search_ll span {
    font-size: 14px;
    color: #888;
}

.product_common_rr_search_ll a {
    width: 100px;
    font-size: 14px;
    color: #666;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}

.product_common_rr_search_ll a:hover {
    text-decoration: underline;
    color: #b71522;
}

.product_common_rr_search_ll span {
    color: #666;
}

.product_common_rr_search_ll span:last-child {
    display: none;
}

.product_common_rr_search_rr {
    width: 30%;
}

.product_common_rr_search_rr {

}

.product_common_rr_search_rr form {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.product_common_rr_search_rr form input {
    width: 250px;
    height: 40px;
    border: 1px #ddd solid;
    text-indent: 10px;
    color: #444;
}

.product_common_rr_search_rr form button {
    width: 40px;
    height: 40px;
    background-image: url("../images/search_btn1.png");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.product_list_box {
    margin: 40px 0 0 0;
}

.product_detail_box {

}

.product_detail_box_hd{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 400px;
    padding: 0 0 2% 0;
}

.product_detail_box_hd_ll{
    width: 50%;
    height: 100%;
}

.product_detail_box_hd_rr{
    width: 50%;
    height: 100%;
}

.product_detail_box_pic {
    width: 50%;
    margin: 0 auto;
}

.product_detail_box_pic1{
    width: 90%;
    height: 100%;
    float: right;
}

.product_detail_box_list{
    display: flex;
    flex-wrap: wrap;
    min-height: 400px;
}
.product_detail_box_list_ll{
    width: 50%;
}
.product_detail_box_list_ll ul{
    display: flex;
    gap: 15px;
    margin: 15px 15px 15px 0;
}
.product_detail_box_list_ll ul li{
    max-width: 30%;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    background-color: #b71522;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 15px;
    text-overflow: ellipsis;
}
.product_detail_box_list_ll ul li:not(:first-child){
    background-color: #2b2b2c;
}
.product_detail_box_list_ll .tab_active_box{
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px 15px 0;
    height: 313px;
}
.product_detail_box_list_ll .tab_active_box .tab_active{
    width: 100%;
    height: 300px;
}
.product_detail_box_list_ll .tab_active_box .tab_active:nth-child(2){
    width: 100%;
}
.product_detail_box_list_ll .tab_active_box .tab_active:not(:first-child){
    display: none;
}

.product_detail_box_list_rr{
    width: 50%;
    padding: 70px 15px 15px 15px;
    position: relative;
}
.product_detail_box_list_tt{
    font-size: 18px;
    color: #333;
    line-height: 40px;
    border-left: 8px #b71522 solid;
    letter-spacing: 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 0 0 15px;
    margin: 0 0 3% 0;
}

.goods_wx{
    display: flex;
    justify-content: space-around;
    background-color: #fafafa;
    border: 1px #ddd solid;
    padding: 20px 20px 18px 20px;
}
.goods_wx_list{
    margin: 0 0 0 15px;
}
.goods_wx_list img{
    border: 1px #ddd solid;
}
.goods_wx_list p{
    font-size: 16px;
    color: #333;
    text-align: center;
}

#swiper-container-goods {
    width: 100%;
    height: 100%;
    position: relative;
    border-top: 1px #ddd solid;
    border-left: 1px #ddd solid;
    border-right: 1px #ddd solid;
}

#swiper-container-goods .swiper-wrapper {
    width: 100%;
    height: 100%;
}

#swiper-container-goods .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
}

#swiper-container-goods .swiper-wrapper .swiper-slide a {
    width: 100%;
    height: 100%;
}

#swiper-container-goods .swiper-wrapper .swiper-slide a img {

}

#swiper-pagination-goods {
    width: 100%;
    height: 40px;
    line-height: 40px;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px #ddd solid;
}

#swiper-pagination-goods .swiper-pagination-bullet {
    margin: 0 0 0 10px;
    width: 14px;
    height: 14px;
    border: 2px #fff solid;
    background-color: transparent;
    opacity: 1;
}

#swiper-pagination-goods .swiper-pagination-bullet-active {
    margin: 0 0 0 10px;
    width: 14px;
    height: 14px;
    border: 2px #f4091c solid;
    background-color: transparent;
    position: relative;
}

#swiper-pagination-goods .swiper-pagination-bullet-active:after {
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #f4091c;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.product_detail_box h2 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    margin: 30px 0;
    border: 1px #ddd solid;
    background-color: #b71522;
}

.goods_link {
    display: flex;
    flex-wrap: wrap;
    background-color: #fafafa;
    border: 1px #ddd solid;
    padding: 10px 10px;
    margin: 0% 0 0% 0;
}

.goods_tel {
    width: 100%;
    padding-left: 60px;
    background: url(../images/goods_tel.png) no-repeat left center;
    background-repeat: no-repeat;
}

.goods_tel small {
    font-size: 14px;
    color: #999;
}

.goods_tel h3 {
    font-family: 'OPPOSANS-B';
    font-size: 30px;
    color: #ca1323;
}

.goods_link_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 15px 0 0 0;
}

.goods_link_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: linear-gradient(90deg, #c81322, #9b0311);
    transition: all 0.5s;
}

.goods_link_btn a img {
    padding: 0 8px 0 0;
}

.goods_link_btn a:nth-child(2) {
    background: linear-gradient(90deg, #c81322, #9b0311);
}

.goods_link_btn a:nth-child(3) {
    background: linear-gradient(90deg, #c81322, #9b0311);
}

.goods_link_btn a:nth-child(1):hover {
    background: #9b0311;
}

.goods_link_btn a:nth-child(2):hover {
    background: #9b0311;
}

.goods_link_btn a:nth-child(3):hover {
    background: #9b0311;
}

.goods_title_box {
    width: 100%;
    height: 45px;
    background-color: #f6f6f6;
    margin: 30px 0;
    border-left: 8px #b71522 solid;
    border-top: 1px #ddd solid;
    border-right: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
}

.goods_title_box p {
    font-size: 18px;
    line-height: 45px;
    text-align: left;
    color: #333;
    padding: 0 0 0 20px;
}

.goods_content {
    padding: 3%;
    background-color: #f9f9f9;
}

.goods_param {
}

.goods_param .param {
}

.goods_param .param table {
    width: 100%;
    border-collapse: collapse;
}

.goods_param .param table tr td {
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
}

.goods_param .param table.contentTab {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin-bottom: 20px;
}

.goods_param .param table.contentTab tr th {
    width: 50%;
    text-align: center;
    font-size: 15px;
    color: #262626;
    background: #f6f6f6;
    border: 1px solid #e6e6e6;
    line-height: 48px;
    font-weight: bold;
}

.goods_param .param table.contentTab tr td {
    line-height: 45px;
    color: #595959;
    font-size: 15px;
    text-align: center;
    border: 1px solid #e6e6e6;
}

.article_video_box{
    padding: 6% 0 0 0;
    text-align: center;
}
#video2{
    width: 100%;
    height: 450px;
    margin: 0 auto 30px;
}
#video1{
    width: 100%;
    height: 100%;
    margin: 0 auto 30px;
}
.jw-error .jw-preview, .jw-stretch-uniform .jw-preview, .jwplayer .jw-preview{
    background-size: contain !important;
}
.jw-flag-compact-player .jw-icon-playlist, .jw-flag-compact-player .jw-text-duration, .jw-flag-compact-player .jw-text-elapsed, .jw-flag-touch.jw-state-paused.jw-flag-dragging .jw-display-icon-container{
    display: inline-block !important;
}
.jw-icon-barlogo-new,.jw-icon-tooltip.jw-hidden,.jwplayer .jw-rightclick.jw-open{display:none !important;}
.jw-skin-bce .jw-controlbar{width: 100%;}
.jw-skin-bce .jw-controlbar .jw-icon-hd .jw-hd-label{margin-top: 8px !important;}
.video-error{
    display: none;
}
.video-error img{
    width: 100%;
    height: 100%;
    margin: 0 auto 30px;
}
.video-error p{
    position: absolute;
    left: 0;
    right: 0;
    top:50%;
    margin-top:-50px;
    overflow: hidden;
    text-align: center;
    font-size:12px;
    color:#999;
    line-height: 20px;
}
.tips-title{
    font-size: 14px;
    color: #333;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
    padding: 1%;
    border-top: 3px #b71522 solid;
    border-bottom: 1px #b71522 solid;
    border-left: 10px #b71522 solid;
    border-right: 10px #b71522 solid;
    margin: 4% 0;
}

.product_common_cate_tui{
    margin: 15% 0 0 0 ;
}

.product_common_cate_tui_ul{

}
.product_common_cate_tui_ul li{
    padding: 6% 0;
}
.product_common_cate_tui_ul li:last-child{
    border-bottom: none;
}
.product_common_cate_tui_box{
    border: 1px #ddd solid;
}
.product_common_cate_tui_pic{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.product_common_cate_tui_pic img{

}
.product_common_cate_tui_text{
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    background-color: #b71522;
    transition: all 0.5s;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    z-index: 0;
}

.product_common_cate_tui_text::after{
    width: 0;
    cursor:pointer;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    background: #b71522;
    transition: all 0.5s linear;
}

.product_common_cate_tui_ul li a:hover .product_common_cate_tui_box{
    border: 1px #b71522 solid;
}

.product_common_cate_tui_ul li a:hover .product_common_cate_tui_pic img{
    transition: all 0.5s linear;
    transform: scale(1.1);
}
.product_common_cate_tui_ul li a:hover .product_common_cate_tui_text{
    color: #fff;
    background: linear-gradient(90deg, #c81322, #9b0311);
}

.product_common_cate_tui_ul li a:hover:hover .product_common_cate_tui_text::after{
    background-color: #b71522;
    width: 100%;
    z-index: -1;
}